Previous Book Contents Book Index Next

Inside Macintosh: Programming With the Text Encoding Conversion Manager /
Chapter 2 - Basic Text Types Reference / Basic Text Structures and Other Types
/


TextEncoding

A text encoding specification is a set of numeric codes used to identify text encodings. It specifies the base text encoding, the text encoding variant, and the text encoding format. It is used, for example, to identify the encoding of text passed to a text converter. Two such specifications are needed--for source and destination encoding--when calling the Text Encoding Converter or the Unicode Converter to convert text.

You can use these data types when you create a text encoding specification:

A text encoding specification is defined by the TextEncoding data type.

typedef UInt32 TextEncoding; 

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 NOV 1997